home *** CD-ROM | disk | FTP | other *** search
/ Champak 52 / Volume 52 - JOGO DISK .iso / interface / md.000 / scripts / DefineButton2_120 / BUTTONCONDACTION on(release).as
Text File  |  2007-09-26  |  96b  |  6 lines

  1. on(release){
  2.    fscommand("Media.Stop");
  3.    fscommand("Browser.Close");
  4.    _root.play();
  5. }
  6.